home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- set the member of sprite the currentSpriteNum to member(7, "Buttons")
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to member(9, "Buttons")
- go("contact")
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member(8, "Buttons")
- end
-